crypto/tls.Conn.handleKeyUpdate (method)

2 uses

	crypto/tls (current package)
		conn.go#L1302: 		return c.handleKeyUpdate(msg)
		conn.go#L1312: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {